fix parameter name mismatch
authorMatthias Clasen <mclasen@redhat.com>
Wed, 24 Nov 2010 01:46:20 +0000 (20:46 -0500)
committerCarlos Garnacho <carlosg@gnome.org>
Sat, 4 Dec 2010 14:39:41 +0000 (15:39 +0100)
gtk/gtkstyleproperties.h

index ec772338a95fc26f6f69e7a8c2e18b5287906caf..c41945997622d5b92f56875dec2394f4ec3b94f3 100644 (file)
@@ -66,7 +66,7 @@ GtkStyleProperties * gtk_style_properties_new (void);
 void               gtk_style_properties_map_color    (GtkStyleProperties *props,
                                                       const gchar        *name,
                                                       GtkSymbolicColor   *color);
-GtkSymbolicColor * gtk_style_properties_lookup_color (GtkStyleProperties *set,
+GtkSymbolicColor * gtk_style_properties_lookup_color (GtkStyleProperties *props,
                                                       const gchar        *name);
 
 void     gtk_style_properties_set_property (GtkStyleProperties *props,